home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.334 < prev    next >
Text File  |  1996-02-12  |  28KB  |  625 lines

  1. Frequently Asked Questions (FAQS);faqs.334
  2.  
  3.  
  4.  
  5. >[Various messages concerning long BACKUP times on a MicroVAX II, along with a
  6. >recommendation of the command line:
  7. >   $ back/log/ver *.*/ignore=inter mua0:backup.bck/sav/buf=5/blo=17408-
  8. >        /nocrc/group=0
  9. >]
  10. >
  11. > I think that Bob's response addresses part of the major problem with
  12. > BACKUPs on uVAX-IIs:  that of CRC.  On uVAX-IIs, the CRC instruction is
  13. > emulated in software as opposed to being in hardware as it is in its
  14. > bigger brothers.  As you might imagine, doing CRCs takes forever on a II.
  15. > /NOCRC is a MUST in your BACKUP command line.
  16.  
  17. In general, both of these pieces of advice - ESPECIALLY the first one!  -
  18. are EXTREMELY BAD.  They are the equivalent of "Locksmiths are SO expensive,
  19. I won't bother to install locks on my front door".  Such advice might make
  20. sense in some parts of the country, but try it in New York City....
  21.  
  22. Before considering this advice, decide for yourself just WHY you are doing
  23. backups.  Is it because you've heard that it's a good idea, or because it
  24. appears on your job description, but you don't REALLY expect ever to USE all
  25. those tapes you are writing?  Or is it because you want a safe copy of your
  26. data in case something goes wrong with your disk, or in case you just
  27. acciden- tally delete something important?
  28.  
  29. If it's the former, I'll suggest that you can actually make BACKUP run even
  30. faster; just add /CREATED/SINCE:TOMORROW.  Try it - you should see amazing
  31. results.  In fact, the results will be so good that you should be able to
  32. save all the typing for those other tacky qualifiers.
  33.  
  34. It it's the latter, consider what chances you are taking:
  35.  
  36.  - If you use /NOCRC, you are relying on the error detection capabilitites
  37. of the tape hardware.  This varies in ability to detect problems, depending
  38. on the kind of tape and the density.  Even at its best, it provides no
  39. protection against problems with the tape interface, with the bus, with
  40. memory, and so on.  ALL of these are known potential failure points.
  41.  
  42. - If you add /GROUP=0, you are disabling BACKUP's ability to recover from
  43. errors that develop on the tape while it is in storage, among other things.
  44. What you are getting in return is about 10% more data on the tape.  Sounds
  45. like a very poor tradeoff to me.
  46.  
  47.  - I don't know how the block size of 17408 was selected.  The default value
  48. (2048) was chosen by people with some data about tape failure statistics.
  49. It's a tradeoff:  The larger the block size, the more data you can fit on
  50. the tape - but the larger the probability of two blocks in a redundancy
  51. group suffering simultaneous errors, so that the data is irretrievably lost.
  52.  
  53. Of course, since redundancy groups have been disabled (by /GROUP=0) this
  54. makes little difference anyway.
  55.  
  56.  - Also about /BLOCK:  The combination of a large blocksize with a large
  57. buffer count can cause a reel-to-reel tape to run off the end of the reel.
  58. (Tapes have reflective "end of tape" markers well in from the end of the
  59. tape, but if enough data is already "in the pipe" it can be impossible to
  60. stop the drive in time.  Ever try threading a tape backwards?)
  61.  
  62. I can think of almost no reason to play with the redundancy group size,
  63. except for things like BACKUP savesets used to transfer stuff across a
  64. network where errors are unlikely and you can get another copy of the
  65. damaged stuff if you need it.
  66.  
  67. I can think of few reasons to play around with the block size.
  68.  
  69. I personally can't imagine a serious backup policy based on use of /NOCRC,
  70. at least as a universal policy.  (I suppose you MIGHT do weekly backups
  71. /CRC, and nightly incrementals /NOCRC, figuring that the cost of having to
  72. go back, at the very worst, to the weekly backup is small enough to justify
  73. the additional risk.)
  74.  
  75. There are significant tradeoffs to be made here.  "Speed of backup" is only
  76. one factor.  You have to decide for your own site how to balance this factor
  77. against the others.  But do it in an informed way!  Also, be ready to
  78. re-examine your conclusions as the data change:  BACKUP in VMS V5.2 should
  79. be much faster.  In particular, the CRC algorithms have been SIGNIFICANTLY
  80. sped up.
  81.  
  82.        -- Jerry
  83.  
  84. ---------------------------------------------------------------------
  85. ,BOOT
  86.  
  87. >Subject: Re: How to boot VMS from a failed AUDIT writing
  88. >From: rankin@eql.caltech.edu (Pat Rankin)
  89. >
  90. >In newsgroup vmsnet.misc, article <1992Aug10.142728.4397@mic.ucla.edu>,\
  91. > shinn@agsm.ucla.edu (Shinn-Tzong Wu) writes...
  92. >> Hi, we just encounteded one of our worst nightmare, the VAXStation 3100
  93. >> (running VMS 5.3) died probably because it ran out of disk space for
  94. >> the AUDIT process.  Since the AUDIT process tried to write into the
  95. >> full disk in the process of rebooting, there seemed to be no way that we
  96. >> can bring the system up.  We tried to boot it from a stand alone tape but
  97. >> it won't access to any of the disks.  Can anyone suggest any help?  Thanks...
  98. >
  99. >     Use a conversational boot to bring up a minimum system.  For a 3100,
  100. >use B/1 at the `>>>' console prompt.  (If you have a console password
  101. >enabled, you'll have to enter it in order to use any variant of the boot
  102. >command other than just "B".)  From B/1, you'll get a `SYSBOOT>' prompt
  103. >where you can modify SYSGEN parameters; do the following
  104. >SYSBOOT> SET STARTUP_P1 "MIN"
  105. >SYSBOOT> CONTINUE
  106. >from there the system will boot normally, except that under a minimum
  107. >system many things are suppressed, including the audit server.  (Also
  108. >systartup_v5, the site-specific startup procedure, is suppressed, as are
  109. >sylogin and login.com once the system is up.)
  110. >
  111. >     Log in immediately as SYSTEM, use SET LOGIN/INTERACTIVE=1 to keep
  112. >ordinary users out, and then purge, delete, or move files to recover
  113. >sufficient disk space for normal operation.  Lastly, reset the system
  114. >parameters
  115. >$ run sys$system:sysgen
  116. >SYSGEN> USE CURRENT
  117. >SYSGEN> SET STARTUP_P1 ""
  118. >SYSGEN> WRITE CURRENT
  119. >SYSGEN> EXIT
  120. >and then reboot.
  121. >
  122. >     This kind of stuff should be covered in the "emergency procedures"
  123. >section of the system manager's manual(s).  Followups redirected to
  124. >vmsnet.sysmgt.
  125. >
  126. >        Pat Rankin, rankin@eql.caltech.edu
  127. >
  128. [Ed. note: The instructions to perform a minimum boot vary from
  129. processor to processor.  The instructions here are specific to a VAX
  130. 3100 (although most of the 3xxx product line seems to follow this
  131. "standard") NOT to all VAXen.  Check the Installation Supplement manual
  132. for your specific processor for the conversational boot procedure.]
  133. ---------------------------------------------------------------------
  134. ,DIR
  135.  
  136. >Subject: Why does emptying a dir take so long?
  137. >From: qb7g6@fel.tno.nl (Maarten Landzaat)
  138. >
  139. >I'm sorry if this is a FAQ. I don't often read VMS newsgroups.
  140. >A friend of mine using VAXstations 3100 and 4000(?) running
  141. >5.4 and 5.5 told me this striking story:
  142. >
  143. >He has a few directories containing a few hundred files. Sometimes, these
  144. >dirs need to be emptied. He then issues a simple delete *.*;* or whatever.
  145. >then VMS takes an INCREDIBLE time of 2 hours (5.4) or 45 minutes (5.5)
  146. >to delete the files.
  147. >
  148. >Now I've been working with VMS and unix, and didn't find that many
  149. >performance differences. But this is a VERY big difference. I've seen
  150. >lots of unix directories with hundreds of files, and delete time
  151. >seems linear. Deleting a few files on VMS does not take a long time,
  152. >at least IMO. Is VMS file deletion then not linear?
  153. >
  154. >Does anybody know why VMS takes such a long time?
  155. >Is it fundamental to the VMS filesystem structure?
  156.  
  157. #From: ewilts@galaxy.gov.bc.ca (Ed Wilts)
  158. #
  159. #I would hazard a guess that the size of the directory file exceeds 127 blocks.
  160. #The size of this file is proportional to the number of files in the directory
  161. #and the length of each file name.  I am surprised that you're seeing it with
  162. #only a few hundred files.
  163. #
  164. #Once you hit this magical limit [127 blocks], all hell breaks loose and you
  165. #wait forever to get any work done.  Spread your files over multiple
  166. #sub-directories if possible.
  167.  
  168. #From: granoff@ranger.enet.dec.com (Mark H. Granoff)
  169. #
  170. #Try deleting the files in reverse alphabetical order.  It'll take a little more
  171. #code (DCL, for example) than a simple DELE *.*.* command, but it'll improve the
  172. #performance of that logical operation.
  173. #
  174. #Directory files are maintained in alphabetical order.  If you delete the first
  175. #file in a directory, the directory file must be compressed and/or shuffled to
  176. #remove that first entry.  In a directory containing many files, this will take
  177. #some time.
  178.  
  179. #From: dfilip@colornet.UUCP
  180. #
  181. #If all access to the directory becomes VERY SLOW (including DIR's) then
  182. #I would suggest looking at the SYSGEN parameter ACP_DIRCACHE. This is the
  183. #number of blocks of a directory file that are kept in cache. Although a few
  184. #hundred files should NOT create an extremely large directory, if there were
  185. #ever a lot more (i.e., thousands) then this could be your problem since
  186. #directory files are not automatically compressed when files are deleted.
  187. #
  188. #ACP_DIRCACHE should be slightly larger than your largest directory file.
  189. #The parameter is dynamic, so you can change it without rebooting and see
  190. #if it fixes your problem.
  191. ---------------------------------------------------------------------
  192. ,SIG
  193. >From: "Kevin Cole at Gallaudet U. Washington DC" <CADS_COLE@GALLUA.BITNET>
  194. Subject: Automatic Signatures, Emblems and ">" a la EDT
  195.  
  196. Several people have asked me about automatic emblems.  I'm not saying this is
  197. the best way to do things...  I'm just saying it's the way I do things.  Seems
  198. to work OK for me.  Well, here's how I do it:
  199.  
  200.         1) Create a file with your particular emblem or signature in it.
  201.            (I called mine SIGNATURE.TXT.)
  202.  
  203.         2) Add the following lines in your LOGIN.COM:
  204.             $ DEFINE/NOLOG MAIL$EDIT    SYS$LOGIN:MAILEDIT.COM
  205.             $ MAIL      :== MAIL/EDIT=(SEND,REPLY=EXTRACT,FORWARD)
  206.  
  207.         3) Cut out the following two files (MAILEDIT.COM and MAILEDT.INI)
  208.  
  209. <Cut here>-------------------- MAILEDIT.COM -------------------------<Cut here>
  210. $ SET TERM/NOBROADCAST
  211. $ DEFINE /USER SYS$INPUT 'F$TRNLNM("SYS$OUTPUT")'
  212. $ IF P1 .EQS. "" THEN GOTO NOINPUT
  213. $ EDIT /COMMAND=SYS$LOGIN:MAILEDT.INI/OUTPUT='P2' 'P1'
  214. $ SET TERM/BROADCAST
  215. $ EXIT
  216. $NOINPUT:
  217. $ EDIT /COMMAND=SYS$LOGIN:MAILEDT.INI 'P2'
  218. $ SET TERM/BROADCAST
  219. $ EXIT
  220. <Cut here>-----------------------------------------------------------<Cut here>
  221.  
  222.  
  223. <Cut here>-------------------- MAILEDT.INI --------------------------<Cut here>
  224. SET CURSOR 0:20
  225. SET SCREEN 80
  226. SET WRAP 79
  227. SET SEARCH BEGIN
  228. SET ENTITY WORD '^H^I^J^K^L^M !"#$%&''()*+,-./:;<=>?@[\]^_`{|}~'
  229. SET WORD NODELIMITER
  230. DEFINE KEY GOLD 14 AS "5SHL."
  231. DEFINE KEY GOLD 15 AS "5SHR."
  232. DEFINE KEY GOLD D AS "DATE."
  233. C; ER -L 32000(62ASC -2L) ER EX
  234. INC SYS$LOGIN:SIGNATURE.TXT
  235. F BEG
  236. C; IDate sent: ^Z DATE ^M EX
  237. SET MODE CHANGE
  238. <Cut here>-----------------------------------------------------------<Cut here>
  239.  
  240.  
  241. NOTE: Change the ^H^I^J^K^L^M to control characters in the SET ENTITY command.
  242.       Change the ^Z to control-Z (but NOT the ^M) in the second last line.
  243.  
  244. Explaination:
  245.  
  246. The above does a bit more than what is asked for...  The reason I spawn instead
  247. of using callable EDT or TPU is because I prefer to turn off broadcasts while
  248. I'm editing, and because the COM file runs a non-standard INI file.  The
  249. special INI file is what adds the emblem/signature.  It also does a few other
  250. handy things like adding the time the message was sent, and adding the ">"
  251. character to the beginning of every old line in a reply.  (That's a trick I
  252. learned from someone on this list ages ago.)  The guts are in the last five
  253. lines.
  254.  
  255. First we move to the end of the buffer (ER).  Backup one line (-L).  Insert a
  256. ">" (62ASC) and go to previous line (-2L) 32000 times.  When we've finally
  257. added as many ">" as we can, go back to the end of the buffer (ER).  Add the
  258. signature file. (INC SYS$LOGIN:SIGNATURE.TXT).  Go back to the top of the file
  259. (F BEG) and add the current time and date (IDate sent: ^Z DATE ^M EX).  Lastly
  260. give control back to the sender (SET MODE CHANGE).
  261.  
  262. ---------------------------------------------------------------------
  263. ,FLA
  264. Subject:  No question is stupid...
  265. >From:     John McMahon - NASA GSFC ADFTO - 301-286-2045
  266.           <FASTEDDY@DFTNIC.GSFC.NASA.GOV>
  267. Date:     Thu, 3 Aug 89 12:18:10 EDT
  268.  
  269. (Commentary having very little to do with Vaxen follows...)
  270.  
  271. Sample antagonistic response to novice question:
  272. ***> RTFM! Page 7-7 in binder 8B, the version 4 doc set. Just set
  273. ***> bit 28 and you're done! And stop asking such silly questions,
  274. ***> which are so easily answered, will you!
  275.  
  276. It seems to me that usefulness of Info-Vax/Comp.Os.Vms is decreased when
  277. someone out on the net asks a question and is greeted with comments like those
  278. above.  To you the question may seem trivial...  However, it wasn't to the
  279. person posting.
  280.  
  281. First thing to keep in mind:  Even if it's in the manuals, the person may not
  282. be able to find it.  If you posted a question about "How do I increase the
  283. maximum record size for DECnet I/O", I could easily answer RTFM.  But that's
  284. only because I found it once...  It took a couple of hours, several manuals,
  285. and a little luck.  Some people aren't that lucky, and some don't have access
  286. to full documentation sets.  Also, when was the last time you actually read an
  287. index that pointed to exactly what you wanted the first time ?  Most indexes
  288. imply that the user knows approximately what he/she is looking for first...
  289. What is a user to do when he/she doesn't know where to look ?  How about ask
  290. the Info-Vax gurus...
  291.  
  292. Second thing to keep in mind:  Not everyone here is at the same level of
  293. experience.  Just because you are talented/knowledgeable you don't have to hold
  294. that over a novice who is lost in VMS.  Remember that at one point, all of the
  295. gurus (including you) were novices.  How far would you have advanced if people
  296. you asked for help from said "Read the manuals...  You ask silly questions..."
  297. Probably not as far as you have gotten.
  298.  
  299. Third thing:  Behind each posting is a person.  The network creates an
  300. 'artificial buffer' which keeps us separate enough that we forget.  Just
  301. because it's e-mail doesn't meen you shouldn't be polite.  We are humans after
  302. all...  We are supposed to be civilized...
  303.  
  304. Boiled down to a point:  Info-Vax is a technical discussion involving everyone
  305. from the Novice to Guru level.  Let's keep it polite and technical...  Don't
  306. post personal editorial comments...
  307.  
  308. (I know, I probably just violated that...)
  309.  
  310. Please direct comments to me (not the list)...
  311. /-------------------------------------+---------------------------------------\
  312. | John "Fast Eddie" McMahon           |    Span: SDCDCL::FASTEDDY (Node 6.9)  |
  313. | Advanced Data Flow Technology Office|    Arpa: FASTEDDY@DFTNIC.GSFC.NASA.GOV|
  314. | Code 630.4 - Building 28/W255       |  Bitnet: FASTEDDY@DFTBIT              |
  315. | NASA Goddard Space Flight Center    |GSFCmail: JMCMAHON                     |
  316. | Greenbelt, Maryland 20771           |   Phone: x6-2045                      |
  317.  
  318. --------------------------------------------------------------------------------
  319. ,IMAGE-DUMP-ANALYSIS
  320. >Subject: Analyzing a process dump
  321. >From: mjensen@BBN.COM (Martin Jensen)
  322. >
  323. >    I've got an executable that runs with the /dump qualifier.  I expect
  324. >    that, on occasion, the process will crash.  (as a matter of fact, we
  325. >    intentionally crash it if software detects an unrecoverable condition
  326. >    in the code).
  327. >
  328. >    The problem is that the dump files are pretty useless.  'show  calls'
  329. >    reports  only the module names - no routine names - and I've only got
  330. >    access to universal symbols.  The program is compiled with the /debug
  331. >    switch and linked with /trace.
  332. >
  333. >    Ideally, I would like to be able use anal/proc/image=xxx against the
  334. >    dump from the normally linked executable - where xxx would be an
  335. >    image containing the full DST and GST.  The couple of options I have
  336. >    tried allow me to analyze the dump, but the symbol locations don't
  337. >    match properly between the images.
  338. >
  339. >    Any ideas???
  340.  
  341. >Subject: Re: Analyzing a process dump
  342. >From: gjc@mitech.com (George J. Carrette)
  343. >
  344. >The trick people use is to LINK/DEBUG and then use a command
  345. >procedure that calls VMS PATCH to change the image back to thinking
  346. >it was LINK/NODEBUG.
  347. >
  348. >That way you get all the symbols in the image without having it start
  349. >up in the debugger.
  350. >
  351. >You can get a SETDEBUG.C or NSETDEBUG.COM, or other various of that
  352. >from various places. Probably VMSNET.SOURCES archives.
  353. >
  354. >-gjc
  355.  
  356. --------------------------------------------------------------------------------
  357. ,MCR
  358. Subject: Response to Question about "MCR"
  359. >From: Bruce Wright <rti!bcw@MCNC.ORG>
  360. Date: Thu, 28 Sep 89 15:31:08 GMT
  361.  
  362. In article <22331@cup.portal.com>, Wiley_M_Sanders@cup.portal.com writes:
  363. >    MCR stands for "Monitor Console/Control Routine", and is a vestigial
  364. > element left over when PDP-11 programs could be run under VMS. MCR is/was
  365. > the RSX-11 equivalent of the RUN command, although it really RUNS the
  366. > image as a foreign command, as opposed to RUN, which launches the
  367. > installed image. In that way it's not exactly a synonym for
  368. > RUN SYS$SYSTEM.
  369.  
  370. Sorry if this is too pedantic for the net.censors, if you don't like it
  371. just hit the "n" key.
  372.  
  373. The MCR command on VMS is more-or-less like RUN on VMS, though with some
  374. of the slight differences that have been mentioned here and elsewhere - but
  375. MCR on RSX was NOT the RSX equivalent of RUN.  VMS doesn't have an exact
  376. equivalent of MCR - the closest thing is DCL;  MCR was the user command
  377. line interface module under RSX.  As noted, MCR stands for "Monitor
  378. Console Routine" and was the prompt that the user saw:
  379.  
  380.     MCR>your-RSX-command
  381.  
  382. RUN was a very respectable RSX command - it ran a user image as a task.
  383. RSX commands were one-to-three letter commands which were derived from the
  384. names of installed tasks (sort of like an installed image on VMS, but when
  385. it was invoked it would start a new task [=process on VMS]).
  386.  
  387. RSX commands were one-to-three letter commands which were derived from the
  388. names of installed tasks.  These were run as separate tasks (=process on
  389. VMS) when the corresponding command was entered (everything on RSX was a
  390. task, image activation corresponded to task activation).  Since there were
  391. a number of different versions of RSX (RSX-11A, RSX-11B, RSX-11C, RSX-11D,
  392. RSX-11M, RSX-11M+, RSX-11S, IAS, POS, and maybe others), some of which
  393. shared only a few architectural and historical things in common, the
  394. precise details of the implementation differed somewhat between members
  395. of the family.
  396.  
  397. Later versions of RSX (and some of its derivatives such as IAS) did include
  398. a DCL interpreter which had numerous similarities (and differences) with
  399. respect to VMS DCL.  Because of the architecture of the systems, many of
  400. the DCL commands in the RSX family would start a new task (=process) rather
  401. than run an image in the same process as on VMS - but the effect from the
  402. user point of view was very similar.
  403.  
  404. >    Alas, the MCR command interpreter seems to be absent from VMS 5.2. At
  405. > least when I type SPAWN/CLI=MCR, it can't be found.
  406.  
  407. The MCR command is left over from when the RSX compatibility mode software
  408. was bundled in with VMS.  Those of you that have been around since VMS V1.0
  409. probably remember that, for example, DIRECTORY was implemented as PIP /LI
  410. and that many commands (including DIRECTORY) would spit out RSX-like error
  411. messages like "PIP -- No such file(s)".  It started out as much as an aid
  412. for DEC to get all that utility software running on the VAX as it did as an
  413. aid for helping customer conversions.
  414.  
  415. Since at least V4.0 this has been separate product (VAX-11 RSX) which sites
  416. with an earlier license automatically had a license to use.  When it was
  417. made a separate product, all the RSX code (MCR, PIP, TKB, FLX, and all the
  418. other friends from the RSX world, and BACKTRANS.EXE and other things from
  419. the VMS world which made the whole mess work) were removed and made part
  420. of the VAX-11 RSX product.
  421.  
  422. When this was done, the MCR command was probably left in the DCL tables
  423. because removing it would break too many command files and annoy too many
  424. people who had gotten used to typing "MCR mumble" instead of the wordier
  425. "RUN SYS$SYTEM:mumble".
  426.  
  427.  
  428.                         Bruce C. Wright
  429. --
  430. Dick Munroe                Internet: munroe@dmc.com
  431. Doyle Munroe Consultants, Inc.        UUCP: ...uunet!thehulk!munroe
  432. 267 Cox St.                Office: (508) 568-1618
  433. Hudson, Ma. USA                FAX: (508) 562-1133
  434.  
  435. GET CONNECTED!!! Send mail to info@dmc.com to find out about DMConnection.
  436. Xref: bloom-picayune.mit.edu vmsnet.misc:1449 comp.os.vms:62897 news.answers:4368
  437. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!usc!wupost!uunet!thehulk!munroe
  438. Newsgroups: vmsnet.misc,comp.os.vms,news.answers
  439. Subject: Info-VAX: How to find VAX/VMS software.
  440. Message-ID: <info-vax-4.19921201.040052@dmc.com>
  441. From: munroe@dmc.com
  442. Date: 1 Dec 92 04:04:17 EST
  443. Followup-To: vmsnet.misc
  444. Expires: 12 Jan 93 00:00:00 GMT
  445. References: <info-vax-1.19921201.040052@dmc.com>
  446. Organization: Doyle, Munroe Consultants, Inc., Hudson, Ma. 01749, USA
  447. Approved: munroe@dmc.com
  448. Supersedes: <info-vax-4.19921101.040105@dmc.com>
  449. Lines: 952
  450.  
  451. Archive-name:   info-vax/part04
  452. Last-modified:  1992/10/28
  453.  
  454. [Changes since last posting: Added the complicated answer to where to get VI
  455. for VMS.  Got another pointer to a VAX BBS.  Updated the entry on VMS NEWS.]
  456.  
  457.            The Info-VAX Monthly Posting
  458.            ----------------------------
  459.            PART 4 -- How to find software.
  460.            (Coordinated by Dick Munroe, written by many others)
  461.  
  462. (Part 1 is an introduction to Info-VAX.  Part 2 is Beginner Common Questions.
  463. Part 3 is Advanced Common Questions.)
  464.  
  465. This is NOT an introduction to navigation on the Internet.  Nor is it intended
  466. to supplant other official "how to find ..." FAQs.  It is intended to be a
  467. collection of pointers to commonly used/requested VMS software.  Whenever
  468. possible the pointers will be to the "official" support site.  Pointers to
  469. widely known software archives will be included here from time to time.
  470.  
  471. In general, all of the software discussed here either has been or soon will be
  472. available from DECUS either as a seperate package or on the DECUS CDROMs.  If
  473. all else fails, you can always get things through your local DECUS librarian or
  474. [shudder] buy your own copy.
  475.  
  476. I'm also soliciting reviews of any of the software discussed in here from users.
  477.  
  478. Thanks,
  479.  
  480. Dick Munroe
  481.  
  482. Save this message for future reference!
  483.  
  484. Table of Contents:
  485.  
  486. ,BBS    -- Is there a VAX based BBS available?               updated 28-Oct-92
  487.     Dick Munroe <munroe@dmc.com>
  488.         Jay Whitney <jw@innovative.com>
  489.         "Brendan Welch" <welchb@aspen.ulowell.edu>
  490. ,CMUTEK-TCP/IP -- Where to order CMUTEK                                04-Aug-92
  491.         Dick Munroe <munroe@dmc.com>
  492. ,FAQFINDING -- Sources for Frequently Asked Questions                  04-Aug-92
  493.         Dick Munroe <munroe@dmc.com>
  494. ,FILESERV -- Addresses of various mail based file servers.     updated 28-Oct-92
  495.         Dick Munroe <munroe@dmc.com>
  496. ,FTP    -- Addresses of various FTP sites.                     updated 05-Sep-92
  497.         Dick Munroe <munroe@dmc.com>
  498.     Ulli Horlacher <ORAKEL@rzmain.rz.uni-ulm.de>
  499. ,FTPMAIL -- How to access FTP without an Internet Connection           02-Aug-92
  500.     Dick Munroe <munroe@dmc.com>
  501. ,GCC    -- See ,GNUSOFT                               02-Aug-92
  502. ,GNUSOFT -- How to find GNU software                       02-Aug-92
  503.     Dick Munroe <munroe@dmc.com>
  504. ,MX    -- How to get a copy of the Message Exchanger               02-Aug-92
  505.     Hunter Goatley <goathunter@WKUVX1.BITNET>
  506. ,NEWS   -- How to get a news reader.                           updated 03-Sep-92
  507.     Billy Barron <billy@sol.acs.unt.edu>
  508.         Rod Eldridge <gvrod@isuvax.iastate.edu>
  509.         Hunter Goatley <goathunter@WKUVX1.BITNET>
  510.         Bernd Onasch <ONASCH@ira.uka.de>
  511. ,SOFTWARE_LIST -- Pointer to lists of VAX Software                     03-Sep-92
  512.         Ed Wilts <EWilts@Galaxy.Gov.BC.CA>
  513. ,UUCP    -- *how* to get decus uucp V2.0                       02-Aug-92
  514.     Kent C. Brodie <brodie@fps.mcw.edu>
  515. ,VI     -- Where to get VI for VMS? (for those without POSIX)          28-Oct-92
  516.         le9miiwa@cine88.cineca.it (Andrea Spinelli) and a cast of thousands.
  517. ,ZMODEM -- Where to find [sources for] ZMODEM for VMS.                 14-Sep-92
  518.     Dick Munroe <munroe@dmc.com>
  519.     Chuck Forsberg <caf@omen.com>
  520. ,ZOO    -- Where to get ZOO v2.10 for MS-DOS, Unix and VMS           09-Aug-92
  521.     Keith Petersen <w8sdz@tacom-emh1.army.mil>, The SIMTEL20 Archives
  522.  
  523. (the ",UUCP", etc are keywords.  If you search for that text (including the ",")
  524. you will be brought to the beginning of that article.)
  525.  
  526. --------------------------------------------------------------------------------
  527. ,BBS
  528.  
  529. The only public domain VAX based BBS that I know of is available from:
  530.  
  531.     MAILSERV@ualr.edu
  532. or
  533.     MAILSERV%ualr.bitnet@cunyvm.cuny.edu
  534.  
  535. Start by sending a message to the mailserv with the body of the message being:
  536.  
  537. HELP
  538. INDEX
  539.  
  540. And go from there.  A copy of this BBS has been posted to VMSNET.SOURCES, so it
  541. should also be available from an archive site near you.
  542.  
  543. At least one person (Roger Smith, SMITH@biosci.arizona.edu) has reported that
  544. MAILSERV@ualr.edu has bounced messages recently.
  545.  
  546. There is at least one commercially developed BBS available (I'm not an owner or
  547. user of this software, I just know about it).  Contact OMTOOL in Salem, New
  548. Hampshire, USA for details.
  549.  
  550. If anybody knows of other commercial or public domain BBSs for VMS, please
  551. contact me so I can update this listing.
  552.  
  553. Dick Munroe
  554.  
  555. I got a pointer to another commercial BBS.  The following message is from one of
  556. the developers.  The product name is Huddle and is available from Innovative
  557. Software in Denver, Col.  As before, I'm not a user or a principal in the
  558. company, just an interested bystander.
  559.  
  560. >From: Jay Whitney <jw@innovative.com>
  561. >Subject: Your Huddle request
  562. >
  563. >Huddle is a commercial electronic conferencing and bulletin board system for
  564. >VMS.  Its primary catch point is ease of use.  Huddle offers three different
  565. >user interfaces; two are command-based, with an intuitive command set based on
  566. >VMS MAIL (of those two, one is screen oriented, and one is not), the third is a
  567. >panel-oriented, user-extendable menu a-la Lotus 1-2-3 and MS-word.
  568. >
  569. >Huddle also features hierarchical conferencing.  A conference can support any
  570. >number of subconferences, where the aggregate structure can be managed as a
  571. >single unit.  Maintenance is very simple.  Once a maintenance policy has been
  572. >defined, implementation of the maintenance policy is 100% automated.  Access
  573. >control is very similar to standard VMS mechanisms.
  574. >
  575. >Huddle also offers built-in bidirectional Bitnet/Internet mailing list
  576. >integration, file upload and download, a file transfer area, and a system news
  577. >facility.
  578. >
  579. >                                                Best Regards,
  580. >                                                Jay Whitney
  581.  
  582. Yet another pointer to a commercial BBS:
  583.  
  584. >From: "Brendan Welch, System Analyst, UMass/Lowell"
  585. >      <welchb@aspen.ulowell.edu>
  586. >Subject: Info-VAX: How to find VAX/VMS software.
  587. >
  588. >CoSy (Conferencing System) is a product originally from the Univ. of Guelph.
  589. >It is now supported by Softwords, 4252 Commerce Circle, Victoria, BC, Canada,
  590. >V8Z  4M2.    (604)727-6522      Their David Sells does have an email
  591. >address; sorry I have lost it.
  592. >
  593. >Incidentally, we do run it here (as well as VaxNotes and VTX).
  594. >
  595. >Brendan Welch, UMass/Lowell, W1LPG,  welchb@woods.ulowell.edu
  596.  
  597. --------------------------------------------------------------------------------
  598. ,CMUTEK-TCP/IP
  599.  
  600. Carnegie Mellon University provides, at a nominal charge, an implementation of
  601. TCP/IP for VAX/VMS.  For people who want to investigate the TCP/IP world this
  602. can be a great way to start.  The following contacts are taken from "The Joy of
  603. TEK, the sequal" for version 6.6:
  604.  
  605.         Marc A. Shannon
  606.         Miscellaneous do-it-er
  607.         (412) 268-6290
  608.         synful@cmutek.cc.cmu.edu
  609.         UCC 191
  610.         4910 Forbes Ave.
  611.         Pittsburgh, Pa. 15213-3890
  612.  
  613.         Eileen Bullister
  614.         Maker of tapes, Taker of orders
  615.         (412) 268-5896
  616.         tcpip+@andrew.cmu.edu
  617.         UCC 102
  618.         4910 Forbes Ave.
  619.         Pittsburgh, Pa. 15213-3890
  620.  
  621. The software is supported by its user community with help on an as able basis
  622. from the development team (Marc).  The mailing list is gatewayed to the
  623. vmsnet.networks.tcp-ip.cmu-tek newsgroup.  You can subscribe to the mailing
  624. list itself by sending mail to cmu-tek-tcp-request@cmutek.cc.cmu.edu.
  625.